func runtime.fpack64
6 uses
runtime (current package)
softfloat64.go#L93: func fpack64(sign, mant uint64, exp int, trunc uint64) uint64 {
softfloat64.go#L247: return fpack64(fs, fm, fe-2, trunc)
softfloat64.go#L285: return fpack64(fs^gs, mant, fe+ge-1, trunc)
softfloat64.go#L314: return fpack64(fs^gs, q, fe-ge-2, r)
softfloat64.go#L340: return fpack64(fs64, uint64(fm)<<d, fe, 0)
softfloat64.go#L415: return fpack64(fs, mant, int(mantbits64), 0)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |